runtime.gcControllerState.commit (method)

3 uses

	runtime (current package)
		mgcpacer.go#L374: 	c.commit(true) // No sweep phase in the first GC cycle.
		mgcpacer.go#L1194: func (c *gcControllerState) commit(isSweepDone bool) {
		mgcpacer.go#L1439: 	gcController.commit(isSweepDone())